home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Examples / randomModels / rotateTest.eve < prev   
Encoding:
Text File  |  1995-03-22  |  353 b   |  19 lines

  1. startShape someStuff
  2.   startShape xCylinder
  3.     ApplyToCTM {Rotate 60 1 0 0}
  4.     Color 1 0 0 
  5.     Cylinder .1 0 1 360
  6.   endShape
  7.   startShape yCylinder
  8.     ApplyToCTM {Rotate 60 0 1 0}
  9.     Color 0 1 0
  10.     Cylinder .1 0 1 360
  11.   endShape
  12.   startShape zCylinder
  13.     ApplyToCTM {Rotate 60 0 0 1}
  14.     Color 0 0 1
  15.     Cylinder .1 0 1 360
  16.   endShape
  17. endShape
  18.  
  19.